www.gusucode.com > 带动画效果的Ajax html5表单源码程序 > 带动画效果的Ajax html5表单/jqcss3noderegjQuery+CSS3节点接触形式带有UI设计体感的注册表单/jqcss3noderegjQuery+CSS3节点接触形式带有UI设计体感的注册表单/src/language/de.js

    var njsForm = window.njsForm || {};
njsForm.lang = njsForm.lang || {};
njsForm.lang.de = {

	"validation": {
		"name": "Name ist ungültig",
		"required": "Dieses Feld ist erforderlich",
		"email": "E-Mail-Adresse ist nicht gültig",
		"website": "Website ist nicht gültig",
		"phone": "Telefon ist nicht gültig",
		"humanquestion": "Nummer ist ungültig"
	},

	"interface" : {
		"title" : "Kontaktformular",
		"name": "Name",
		"email": "Email",
		"website": "Webseite <small>(fakultativ)</small>",
		"phone": "Telefon <small>(fakultativ)</small>",
		"subject": "Thema",
		"message": "Nachricht",
		"submit": "Senden",
		"followUs": "Folgen Sie uns:",

		"subjectOptions": {
			"feedback" : "Gästestimmen",
			"question": "Frage",
			"bug": "Fehler melden",
			"other": "Andere"
		},

		"placeholder" : {
			"name": "Geben Sie Ihren Namen",
			"email": "Geben Sie Ihre E-Mail-Adresse",
			"website": "Geben Sie Ihre Website-Adresse",
			"phone": "Geben Sie Ihre Telefonnummer",
			"message": "Geben Sie Ihre Nachricht",
			"humanquestion": "Geben Sie die Summe"
		}
	}

};